home *** CD-ROM | disk | FTP | other *** search
- # >>>>> Start of provider-specific login sequence <<<<<
- # Change it to what is needed for {{other_provider}}
-
- if (!wait /del=50 login:) goto no_login
- send %nodename
-
- if (!wait /del=20 password:) goto no_password
- send %password
-
- if (!wait /del=50 protocol:) goto no_protocol
- send slip
-
- message /capture /end="enabled" /maxlines=7 /centre
- @if net_fixed_ip$=""
- ipget
- @endif
- if (!wait /del=30 enabled) goto no_start
-
- pause 5
- # >>>>> End of provider-specific login sequence <<<<<
-